{% extends "trees/base.html" %} {% block title %}Add Tree - JM3{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

← Cancel

🌳 Add Tree

{% csrf_token %}
Where is the tree?
πŸ“ Enable location access for JM3 to work. {{ form.latitude }}{{ form.longitude }}
{{ form.non_field_errors }}
{% endblock %} {% block extra_js %} {% endblock %} {% block extra_js_end %}{% endblock %}